home *** CD-ROM | disk | FTP | other *** search
/ Beginning Mac Programming / Beginning Mac Programming.bin / Open Me for REALbasic 3 / REALbasic 3.2 / Example Projects / Reusable Classes_Code / Sound_Graphics_Multimedia / MDepthMaster1.0 / Read Me < prev   
Text File  |  1999-09-28  |  2KB  |  73 lines

  1. MDepthMaster 1.0
  2. by Olivier Robert ©1999
  3. Version 1.0
  4. 09/28/99
  5.  
  6.  
  7. What is it?
  8. MDepthMaster is a module which makes it easy to work with your monitor’s depth in your RB applications .
  9.  
  10.  
  11.  
  12.  
  13.  
  14.  
  15.  
  16.  
  17.  
  18.  
  19.  
  20.  
  21.  
  22.  
  23. How to use it?
  24. Drag the Module “MDepthMaster 1.0” to your project window. 
  25.  
  26. Constants:
  27.  
  28.                     BandW = 1                            Black and White
  29.                     TwoBits = 2                     4 colors
  30.                     FourBits = 4                     16 colors
  31.                     EightBits = 8                    256 colors
  32.                     Thousands = 16            Thousands
  33.                     Millions = 32                    Millions
  34.  
  35. Method:
  36.  
  37.                     SetDepthTo ( Depth as integer)
  38.  
  39. Functions:
  40.  
  41.                     GetDepth () as integer
  42.                     MinDepth () as integer
  43.                     MaxDepth () as integer
  44.                   
  45. Needed OSAX:
  46.  
  47. DepthMonitor OSAX installed with system 8.x and more recent.
  48.  
  49.  
  50. If you need more informations, check out the demo project to see how it works.
  51.                     
  52. Who made it?
  53.  
  54.  
  55.  
  56.  
  57.  
  58. MacManiac Software
  59. Olivier Robert
  60. 5, Impasse des Colibris
  61. F-57150 France
  62.  
  63. Site: http://MacManiacSW.idmac.com/
  64. Email: MacManiac-Software@kagi.com
  65.  
  66.  
  67. Legal blabla:
  68. MDepthMaster is free but copyrighted. If you use it in shareware, freeware, or commercial software, you have to mention me in the documentation or splash screen or about box or in a “Special Thanks” text.
  69.  
  70. This software may be distributed freely as long as the demo program and this readme remain unchanged with the class. This software may not be included in any software compilation CD's without the prior permission of the author.
  71.  
  72. N.B. I would really appreciate getting a fee copy of the application using this class, but that's not a demand. At least, send me an email if you use it ;-)
  73.